home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 023a / inctrl.zip / INSTALL2.BAT < prev    next >
DOS Batch File  |  1991-08-14  |  2KB  |  71 lines

  1. ECHO OFF
  2. IF %1==F GOTO FLOPINS
  3. IF %1==H GOTO HARDINS1
  4. CLS
  5. GO2
  6. :FLOPINS
  7. ECHO OFF
  8. CLS
  9. IF %2==1 GOTO FLOPINS1
  10. IF %2==2 GOTO FLOPINS2
  11. CLS
  12. ECHO  This floppy installation requires that you enter either a '1' or a '2',
  13. ECHO  following your 'GO F' instruction.
  14. GOTO END
  15. :FLOPINS2
  16. CLS   
  17. ECHO  Enter disk 2, SALES-B, into drive A now.
  18. ECHO  [it should still be in Drive A]
  19. PAUSE
  20. A:
  21. B:PKUNZIP -X B:SALE-C41.ZIP PROSPECT.OVL
  22. B:PKUNZIP -X B:SALE-C41.ZIP *.FRM
  23. CLS
  24. ECHO  Enter disk 3, SALESDOC, into drive A now.
  25. PAUSE 
  26. A:     
  27. B:PKUNZIP -X B:SALE-D41.ZIP SALESDOC
  28. GOTO FLOPDOC
  29. :FLOPDOC
  30. CLS 
  31. ECHO  Finished !
  32. ECHO  Disk  3,  the documentation and tutorial,  is not used while  the 
  33. ECHO  program  is  running.   It  contains a 60 page tutorial
  34. ECHO  and  can  be printed  out will this command:          
  35. ECHO                           COPY SALESDOC LPT1:  
  36. echo  
  37. ECHO  To start the program,:
  38. ECHO  Enter SALES-A, disk one, into drive A.
  39. ECHO  Enter SALES-B, disk two, into drive B.
  40. echo  
  41. ECHO  Then restart the computer and execute GO      {executed from B}
  42. GOTO END
  43. :FLOPINS1
  44. ECHO  Beginning with version 3.0 of this program, the executable files have
  45. ECHO  become so large that the low density option of 360KB is no longer supported.
  46. GOTO END
  47. :HARDINS1
  48. CLS
  49. echo  
  50. %2:
  51. CD \
  52. CD PROSPECT
  53. COPY A:SALE-C41.EXE >TMP
  54. SALE-C41
  55. DEL SALE-C41.EXE
  56. COPY A:YESNO.COM >TMP
  57. COPY A:ECOH.COM >TMP
  58. CLS
  59. A:
  60. CLS
  61. INSTALL3 H %2
  62. echo  
  63. ECOH  Insert the third disk now into drive A.
  64. echo  
  65. ECHO  Enter or type this command on the third disk:
  66. echo  
  67. ECHO                      GO3
  68. echo  
  69. :END
  70. echo  
  71.